box.schema.role.exists()
-
box.schema.role.exists(role-name)¶ Return
trueif a role exists; returnfalseif a role does not exist.Parameters: - role-name (
string) – the name of the role
Rtype: bool
See also: Getting a role’s information.
- role-name (